std::error_category::error_category
From cppreference.com
< cpp | error | error category
| error_category( const error_category& other ) = delete; |
(1) | (since C++11) |
| error_category(); //implicit |
(2) | (since C++11) |
Constructs the error category object. The default constructor is implicit.
[edit] Parameters
(none)